home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 5
/
Aminet 5 - March 1995.iso
/
Aminet
/
mus
/
edit
/
AlgoRhythms.lha
/
AlgoRhythms
/
Source
/
files.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-10-30
|
551b
|
16 lines
#ifndef FILES_LOADED
#define FILES_LOADED 1
/* Files.h */
#include "AlgoRhythms.h"
extern int save_file(char *file_name, const struct timeval *total_duration,
const int *scale_len, const int *scale, const int *voices,
const int *tempo, const FORM_TYPE *form, const NOTE_EVENT_TYPE *events,
const NOTE_LEN_TYPE *note_len);
extern int read_file(char *file_name, struct timeval *total_duration,
int *ScaleLength, int *scale, int *voices, int *tempo,
FORM_TYPE *form, NOTE_EVENT_TYPE *events, NOTE_LEN_TYPE *note_len);
#endif